projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94a0f9e
)
(occur-mode): Don't set `font-lock-defaults'.
author
Colin Walters
<walters@gnu.org>
Wed, 12 Jun 2002 04:55:34 +0000
(
04:55
+0000)
committer
Colin Walters
<walters@gnu.org>
Wed, 12 Jun 2002 04:55:34 +0000
(
04:55
+0000)
lisp/replace.el
patch
|
blob
|
history
diff --git
a/lisp/replace.el
b/lisp/replace.el
index e5f87dc65a1c239467102a94453617fe379744d6..6899847be083f64168a88955810281aa56a5123c 100644
(file)
--- a/
lisp/replace.el
+++ b/
lisp/replace.el
@@
-471,8
+471,6
@@
Alternatively, click \\[occur-mode-mouse-goto] on an item to go to it.
(setq major-mode 'occur-mode)
(setq mode-name "Occur")
(set (make-local-variable 'revert-buffer-function) 'occur-revert-function)
- (set (make-local-variable 'font-lock-defaults)
- '(nil t nil nil nil (font-lock-core-only . t)))
(make-local-variable 'occur-revert-arguments)
(run-hooks 'occur-mode-hook))